home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / install.mak < prev    next >
Encoding:
NMAKE  |  1999-02-16  |  6.6 KB  |  298 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on install.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=install - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to install - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "install - Win32 Release" && "$(CFG)" !=\
  8.  "install - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "install.mak" CFG="install - Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "install - Win32 Release" (based on\
  18.  "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "install - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23.  
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29.  
  30. !IF  "$(CFG)" == "install - Win32 Release"
  31.  
  32. OUTDIR=.\Release
  33. INTDIR=.\Release
  34. # Begin Custom Macros
  35. OutDir=.\Release
  36. # End Custom Macros
  37.  
  38. !IF "$(RECURSE)" == "0" 
  39.  
  40. ALL : "$(OUTDIR)\install.dll"
  41.  
  42. !ELSE 
  43.  
  44. ALL : "$(OUTDIR)\install.dll"
  45.  
  46. !ENDIF 
  47.  
  48. CLEAN :
  49.     -@erase "$(INTDIR)\ap_snprintf.obj"
  50.     -@erase "$(INTDIR)\install.obj"
  51.     -@erase "$(INTDIR)\vc50.idb"
  52.     -@erase "$(OUTDIR)\install.dll"
  53.     -@erase "$(OUTDIR)\install.exp"
  54.     -@erase "$(OUTDIR)\install.lib"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP=cl.exe
  60. CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../../../../include" /D "WIN32" /D\
  61.  "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\install.pch" /YX /Fo"$(INTDIR)\\"\
  62.  /Fd"$(INTDIR)\\" /FD /c 
  63. CPP_OBJS=.\Release/
  64. CPP_SBRS=.
  65.  
  66. .c{$(CPP_OBJS)}.obj::
  67.    $(CPP) @<<
  68.    $(CPP_PROJ) $< 
  69. <<
  70.  
  71. .cpp{$(CPP_OBJS)}.obj::
  72.    $(CPP) @<<
  73.    $(CPP_PROJ) $< 
  74. <<
  75.  
  76. .cxx{$(CPP_OBJS)}.obj::
  77.    $(CPP) @<<
  78.    $(CPP_PROJ) $< 
  79. <<
  80.  
  81. .c{$(CPP_SBRS)}.sbr::
  82.    $(CPP) @<<
  83.    $(CPP_PROJ) $< 
  84. <<
  85.  
  86. .cpp{$(CPP_SBRS)}.sbr::
  87.    $(CPP) @<<
  88.    $(CPP_PROJ) $< 
  89. <<
  90.  
  91. .cxx{$(CPP_SBRS)}.sbr::
  92.    $(CPP) @<<
  93.    $(CPP_PROJ) $< 
  94. <<
  95.  
  96. MTL=midl.exe
  97. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  98. RSC=rc.exe
  99. BSC32=bscmake.exe
  100. BSC32_FLAGS=/nologo /o"$(OUTDIR)\install.bsc" 
  101. BSC32_SBRS= \
  102.     
  103. LINK32=link.exe
  104. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  105.  advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll\
  106.  /incremental:no /pdb:"$(OUTDIR)\install.pdb" /machine:I386 /def:".\install.def"\
  107.  /out:"$(OUTDIR)\install.dll" /implib:"$(OUTDIR)\install.lib" 
  108. DEF_FILE= \
  109.     ".\install.def"
  110. LINK32_OBJS= \
  111.     "$(INTDIR)\ap_snprintf.obj" \
  112.     "$(INTDIR)\install.obj"
  113.  
  114. "$(OUTDIR)\install.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  115.     $(LINK32) @<<
  116.   $(LINK32_FLAGS) $(LINK32_OBJS)
  117. <<
  118.  
  119. !ELSEIF  "$(CFG)" == "install - Win32 Debug"
  120.  
  121. OUTDIR=.\Debug
  122. INTDIR=.\Debug
  123. # Begin Custom Macros
  124. OutDir=.\Debug
  125. # End Custom Macros
  126.  
  127. !IF "$(RECURSE)" == "0" 
  128.  
  129. ALL : "$(OUTDIR)\install.dll"
  130.  
  131. !ELSE 
  132.  
  133. ALL : "$(OUTDIR)\install.dll"
  134.  
  135. !ENDIF 
  136.  
  137. CLEAN :
  138.     -@erase "$(INTDIR)\ap_snprintf.obj"
  139.     -@erase "$(INTDIR)\install.obj"
  140.     -@erase "$(INTDIR)\vc50.idb"
  141.     -@erase "$(INTDIR)\vc50.pdb"
  142.     -@erase "$(OUTDIR)\install.dll"
  143.     -@erase "$(OUTDIR)\install.exp"
  144.     -@erase "$(OUTDIR)\install.ilk"
  145.     -@erase "$(OUTDIR)\install.lib"
  146.     -@erase "$(OUTDIR)\install.pdb"
  147.  
  148. "$(OUTDIR)" :
  149.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  150.  
  151. CPP=cl.exe
  152. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /D "WIN32"\
  153.  /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\install.pch" /YX /Fo"$(INTDIR)\\"\
  154.  /Fd"$(INTDIR)\\" /FD /c 
  155. CPP_OBJS=.\Debug/
  156. CPP_SBRS=.
  157.  
  158. .c{$(CPP_OBJS)}.obj::
  159.    $(CPP) @<<
  160.    $(CPP_PROJ) $< 
  161. <<
  162.  
  163. .cpp{$(CPP_OBJS)}.obj::
  164.    $(CPP) @<<
  165.    $(CPP_PROJ) $< 
  166. <<
  167.  
  168. .cxx{$(CPP_OBJS)}.obj::
  169.    $(CPP) @<<
  170.    $(CPP_PROJ) $< 
  171. <<
  172.  
  173. .c{$(CPP_SBRS)}.sbr::
  174.    $(CPP) @<<
  175.    $(CPP_PROJ) $< 
  176. <<
  177.  
  178. .cpp{$(CPP_SBRS)}.sbr::
  179.    $(CPP) @<<
  180.    $(CPP_PROJ) $< 
  181. <<
  182.  
  183. .cxx{$(CPP_SBRS)}.sbr::
  184.    $(CPP) @<<
  185.    $(CPP_PROJ) $< 
  186. <<
  187.  
  188. MTL=midl.exe
  189. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  190. RSC=rc.exe
  191. BSC32=bscmake.exe
  192. BSC32_FLAGS=/nologo /o"$(OUTDIR)\install.bsc" 
  193. BSC32_SBRS= \
  194.     
  195. LINK32=link.exe
  196. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  197.  advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll\
  198.  /incremental:yes /pdb:"$(OUTDIR)\install.pdb" /debug /machine:I386\
  199.  /def:".\install.def" /out:"$(OUTDIR)\install.dll"\
  200.  /implib:"$(OUTDIR)\install.lib" /pdbtype:sept 
  201. DEF_FILE= \
  202.     ".\install.def"
  203. LINK32_OBJS= \
  204.     "$(INTDIR)\ap_snprintf.obj" \
  205.     "$(INTDIR)\install.obj"
  206.  
  207. "$(OUTDIR)\install.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  208.     $(LINK32) @<<
  209.   $(LINK32_FLAGS) $(LINK32_OBJS)
  210. <<
  211.  
  212. !ENDIF 
  213.  
  214.  
  215. !IF "$(CFG)" == "install - Win32 Release" || "$(CFG)" ==\
  216.  "install - Win32 Debug"
  217. SOURCE=..\..\..\..\ap\ap_snprintf.c
  218.  
  219. !IF  "$(CFG)" == "install - Win32 Release"
  220.  
  221. DEP_CPP_AP_SN=\
  222.     "..\..\..\..\include\alloc.h"\
  223.     "..\..\..\..\include\ap.h"\
  224.     "..\..\..\..\include\ap_config.h"\
  225.     "..\..\..\..\include\ap_ctype.h"\
  226.     "..\..\..\..\include\ap_mmn.h"\
  227.     "..\..\..\..\include\buff.h"\
  228.     "..\..\..\..\include\hsregex.h"\
  229.     "..\..\..\..\include\httpd.h"\
  230.     "..\..\..\..\include\util_uri.h"\
  231.     "..\..\os.h"\
  232.     "..\..\readdir.h"\
  233.     
  234.  
  235. "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  236.     $(CPP) $(CPP_PROJ) $(SOURCE)
  237.  
  238.  
  239. !ELSEIF  "$(CFG)" == "install - Win32 Debug"
  240.  
  241. DEP_CPP_AP_SN=\
  242.     "..\..\..\..\include\alloc.h"\
  243.     "..\..\..\..\include\ap.h"\
  244.     "..\..\..\..\include\ap_config.h"\
  245.     "..\..\..\..\include\ap_ctype.h"\
  246.     "..\..\..\..\include\ap_mmn.h"\
  247.     "..\..\..\..\include\buff.h"\
  248.     "..\..\..\..\include\hsregex.h"\
  249.     "..\..\..\..\include\httpd.h"\
  250.     "..\..\..\..\include\util_uri.h"\
  251.     "..\..\os.h"\
  252.     "..\..\readdir.h"\
  253.     
  254.  
  255. "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  256.     $(CPP) $(CPP_PROJ) $(SOURCE)
  257.  
  258.  
  259. !ENDIF 
  260.  
  261. SOURCE=.\install.c
  262.  
  263. !IF  "$(CFG)" == "install - Win32 Release"
  264.  
  265. DEP_CPP_INSTA=\
  266.     "..\..\..\..\include\ap.h"\
  267.     "..\..\..\..\include\ap_config.h"\
  268.     "..\..\..\..\include\ap_ctype.h"\
  269.     "..\..\..\..\include\ap_mmn.h"\
  270.     "..\..\..\..\include\conf.h"\
  271.     "..\..\..\..\include\hsregex.h"\
  272.     "..\..\os.h"\
  273.     
  274.  
  275. "$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
  276.  
  277.  
  278. !ELSEIF  "$(CFG)" == "install - Win32 Debug"
  279.  
  280. DEP_CPP_INSTA=\
  281.     "..\..\..\..\include\ap.h"\
  282.     "..\..\..\..\include\ap_config.h"\
  283.     "..\..\..\..\include\ap_ctype.h"\
  284.     "..\..\..\..\include\ap_mmn.h"\
  285.     "..\..\..\..\include\conf.h"\
  286.     "..\..\..\..\include\hsregex.h"\
  287.     "..\..\os.h"\
  288.     
  289.  
  290. "$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
  291.  
  292.  
  293. !ENDIF 
  294.  
  295.  
  296. !ENDIF 
  297.  
  298.